object frmFloat: TfrmFloat Left = 771 Top = 440 BorderStyle = bsNone ClientHeight = 24 ClientWidth = 153 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Scaled = False OnClose = FormClose OnContextPopup = FormContextPopup OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 13 object PaintBox: TInfuPaintBox Left = 0 Top = 0 Width = 153 Height = 24 Align = alClient ParentShowHint = False ShowHint = True OnDblClick = PaintBoxDblClick OnMouseDown = PaintBoxMouseDown OnPaint = PaintBoxPaint end end